You can use standard QuickTime movie component routines to hide and show the controller bar associated with a QuickTime VR movie. To hide the controller bar, you can call the MCSetVisible function, as illustrated in Listing 3-1 .
Listing 1 Hiding the controller bar
componentResult myResult;
Boolean isVisible;
isVisible = false;
myResult = MCSetVisible(myMC, isVisible);
| Previous | Chapter Contents | Chapter Top | Next |